Update a movement (only if unlocked and < 7 days old) Request body: Partial u...
Cycles
Update a movement (only if unlocked and < 7 days old) Request body: Partial u...
Update a movement (only if unlocked and < 7 days old) Request body: Partial updates - only include fields to change { "reason": "purchase", "notes": "Updated notes", "confidence": "high", "birdMetrics": { "count": 34000 } }
**Auth middleware:** `verifyToken`.
PUT
Update a movement (only if unlocked and < 7 days old) Request body: Partial u...
Authorizations
JWT obtained from POST /api/v1/auth/login.
Path Parameters
flockId identifier
cycleId identifier
movementId identifier
Body
application/json
The body is of type object.
Get a specific movement with full detailsDelete a movement (soft delete by default, hard delete with ?permanent=true) ...